Fix inconsistent light mode theming across dashboard components#179
Open
Sharmadotcom wants to merge 16 commits into
Open
Fix inconsistent light mode theming across dashboard components#179Sharmadotcom wants to merge 16 commits into
Sharmadotcom wants to merge 16 commits into
Conversation
Author
|
Frontend theming changes are working correctly. The remaining failing check appears to be an unrelated backend rate-limiter test: Expected 503 when limiter is full, got 429 This issue seems independent of the light mode theming changes introduced in this PR. |
utksh1
requested changes
May 22, 2026
Owner
utksh1
left a comment
There was a problem hiding this comment.
CI currently shows backend-tests failing on this PR. Since this is primarily frontend theming work, please rebase on latest main and re-run CI to confirm the failure isn’t from an old run.
Once checks are green, I can do a focused UI review for merge.
Author
|
@utksh1 working on it |
Author
|
@utksh1 All requested issues and CI failures have been fixed now. |
Author
|
@utksh1 kindly merge request |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixed inconsistent light mode theming across dashboard components and improved UI readability.
Changes Made
Related Issue
Fixes #178
Type of Change
How Has This Been Tested?
Checklist